home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Asia X
/
Asia X.iso
/
mac
/
ASIAWIN
/
SHARED.DIR
/
00167_Script_167
< prev
next >
Wrap
Text File
|
1995-08-23
|
847b
|
32 lines
on mouseUp
global g_num_pics
mouseClick
set oldSprites to saveSprites()
set oldCursors to saveCursors()
clearCursors
set the cursor of sprite 15 to [132+144,140+144]
set the cursor of sprite 16 to [131+144,139+144]
set button to [133+144,141+144]
set the cursor of sprite 2 to button
set the visible of sprite 3 to FALSE
set the visible of sprite 6 to FALSE
set the visible of sprite 7 to FALSE
set the visible of sprite 8 to FALSE
set the visible of sprite 9 to FALSE
set the visible of sprite 10 to FALSE
set the visible of sprite 11 to FALSE
--set the stageColor to 255
updateStage
play the frame + 63
--updateStage
--set the stageColor to 0
restoreSprites oldSprites
restoreCursors oldCursors
--updateStage
--set the stageColor to 0
--updateStage
end